Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / FloatingObjectCollection<T> Class
Members


In This Topic
    FloatingObjectCollection<T> Class
    In This Topic
    Represents a collection for a floating object.
    Object Model
    FloatingObjectCollection<T> Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public Class FloatingObjectCollection(Of T As FloatingObject) 
       Inherits NotifyCollection(Of T)
    'Usage
     
    Dim instance As FloatingObjectCollection(Of T)
    [DefaultMember("Item")]
    public class FloatingObjectCollection<T> : NotifyCollection<T> 
    where T: FloatingObject
    Type Parameters
    T
    Inheritance Hierarchy
    See Also